TargetedUserSuggestionsResponse

@Serializable
class TargetedUserSuggestionsResponse(    val department: List<Contact> = emptyList(),     val jobTitle: List<Contact> = emptyList(),     val tags: List<Contact> = emptyList(),     val more: List<Contact> = emptyList())

Constructors

Link copied to clipboard
constructor(    department: List<Contact> = emptyList(),     jobTitle: List<Contact> = emptyList(),     tags: List<Contact> = emptyList(),     more: List<Contact> = emptyList())

Properties

Link copied to clipboard
val department: List<Contact>
Link copied to clipboard
val jobTitle: List<Contact>
Link copied to clipboard
val more: List<Contact>
Link copied to clipboard
val tags: List<Contact>